home *** CD-ROM | disk | FTP | other *** search
/ IRIX Patches 1995 March / SGI IRIX Patches 1995 Mar.iso / relnotes / patchSG0000315 / ch1.z / ch1
Text File  |  1995-03-10  |  11KB  |  265 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _P_a_t_c_h__S_G_0_0_0_0_3_1_5__R_e_l_e_a_s_e__N_o_t_e
  9.  
  10.        This release note describes patch SG0000315 to IRIX 5.3
  11.  
  12.        1.1  _S_u_p_p_o_r_t_e_d__H_a_r_d_w_a_r_e__P_l_a_t_f_o_r_m_s
  13.  
  14.        This patch contains bug fixes for all platforms.
  15.  
  16.        1.2  _S_u_p_p_o_r_t_e_d__S_o_f_t_w_a_r_e__P_l_a_t_f_o_r_m_s
  17.  
  18.        This patch contains bug fixes for Fortran 4.0.1 Release.
  19.        The software cannot be installed on other configurations.
  20.  
  21.        1.3  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_3_1_5
  22.  
  23.        This patch contains fixes for the following bugs in IRIX
  24.        5.3.  Bug numbers from Silicon Graphics bug tracking system
  25.        are included for reference.
  26.  
  27.           +o AAAAssssssssiiiiggggnnnniiiinnnngggg oooorrrr iiiinnnniiiittttiiiiaaaalllliiiizzzziiiinnnngggg aaaa cccchhhhaaaarrrraaaacccctttteeeerrrr vvvvaaaarrrriiiiaaaabbbblllleeee wwwwiiiitttthhhh aaaa
  28.             bbbbiiiitttt ccccoooonnnnssssttttaaaannnntttt ((((BBBBuuuugggg IIIIDDDD 222255555555999955555555))))
  29.  
  30.             The compiler has been extended to allow the use of a
  31.             bit constant in assiging ot initializing a character
  32.             variable which has a size corresponding to a numeric
  33.             variable.  In other words, a character variable of size
  34.             1, 2, 4, 8, or 16 can now be initialized or assigned a
  35.             numeric bit constant value.
  36.  
  37.           +o GGGGeeeennnneeeerrrraaaattttiiiinnnngggg FFFFoooorrrrttttrrrraaaannnn eeeexxxxtttteeeerrrrnnnnaaaallll ssssyyyymmmmbbbboooollllssss wwwwiiiitttthhhhoooouuuutttt tttthhhheeee
  38.             aaaappppppppeeeennnnddddeeeedddd uuuunnnnddddeeeerrrrssssccccoooorrrreeee ((((BBBBuuuugggg IIIIDDDD 222255555555999966660000))))
  39.  
  40.             A compilation option -_W_f,-_n_o_a_p_p_e_n_d is added to suppress
  41.             the automatic generation of an appended unerscore to
  42.             all Fortran external symbols.  Note that this option
  43.             must be used with special care as many non-intrinsic
  44.             supporting routines in the Fortran runtime libraries
  45.             are defined with the appended underscore and won't be
  46.             used to resolve those symbols without the appended
  47.             underscore.  For example, a call to _f_s_e_e_k(_3_F) with this
  48.             option will be resolved by the C version of fseek().
  49.             In order to use the Fortran version of fseek(3F) when
  50.             this compilation option is used, the user must
  51.             explicitly specify the appended underscore and make
  52.             call to call fseek_().
  53.  
  54.           +o SSSSPPPPeeeecccciiiiffffyyyyiiiinnnngggg bbbbiiiitttt ccccoooonnnnssssttttaaaannnnttttssss wwwwiiiitttthhhhoooouuuutttt ssssuuuurrrrrrrroooouuuunnnnddddiiiinnnngggg qqqquuuuooootttteeeessss iiiinnnn
  55.             aaaa DDDDAAAATTTTAAAA ssssttttaaaatttteeeemmmmeeeennnntttt ((((BBBBuuuugggg IIIIDDDD 222255558888999955558888))))
  56.  
  57.             The compiler is extended to allow the use of bit
  58.             constants starting with character 'z', 'x', 'o', or 'b'
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.             and followed by the appropriate hexadecimal, octal, or
  75.             binary digits to be used in a DATA statement where
  76.             constants are expected without the need to be enclosed
  77.             by quotes.  For example, _z_f_0_f_0 is recognized as a
  78.             hexadecimal number 'f0f0' in a DATA statement where the
  79.             syntax requires a constant.  In all other contexts,
  80.             zf0f0 is still treated as a normal variable.
  81.  
  82.           +o LLLLooooggggiiiiccccaaaallll OOOO@@@@////AAAANNNNDDDD eeeexxxxpppprrrreeeessssssssiiiioooonnnnssss ggggaaaavvvveeee iiiinnnntttteeeennnnaaaallll _uuuu_gggg_eeee_nnnn eeeerrrrrrrroooorrrr ((((BBBBuuuugggg
  83.             IIIIDDDD 222255557777222233335555))))
  84.  
  85.             When a logical AND/OR expression is of type LOGICAL*1
  86.             or LOGICAL*2, incorrect VREG _u_c_o_d_e could be generated
  87.             causing _u_g_e_n to give an internal error "offset/length
  88.             mismatch between vreg and reference".
  89.  
  90.           +o VVVVaaaarrrriiiiaaaabbbblllleeeessss iiiinnnnddddiiiirrrreeeeccccttttllllyyyy eeeeqqqquuuuiiiivvvvaaaalllleeeennnncccceeeedddd ttttoooo aaaa ccccoooommmmmmmmoooonnnn bbbblllloooocccckkkk
  91.             vvvvaaaarrrriiiiaaaabbbblllleeeessss ((((BBBBuuuugggg IIIIDDDD 222266662222333333335555))))
  92.  
  93.             Fixed a bug where multiple variables indirectly
  94.             equivalenced to a variable in a common block could
  95.             cause incorrect storage assignment to be generated.
  96.             The bug could cause an invalid compilation error
  97.             message regarding "inconsistent common usage" or
  98.             incorrect runtime result.
  99.  
  100.           +o PPPPrrrrooooggggrrrraaaammmm ccccoooorrrreeeedddduuuummmmppppssss oooorrrr ggggiiiivvvveeeessss iiiinnnnccccoooorrrrrrrreeeecccctttt rrrreeeessssuuuulllltttt tttthhhheeee
  101.             iiiinnnnttttrrrriiiinnnnssssiiiicccc ffffuuuunnnnccccttttiiiioooonnnn _iiii_nnnn_dddd_eeee_xxxx_((((_3333_ffff_)))) iiiissss uuuusssseeeedddd aaaassss aaaannnn aaaaccccttttuuuuaaaallll
  102.             aaaarrrrgggguuuummmmeeeennnntttt iiiinnnn aaaa ffffuuuunnnnccccttttiiiioooonnnn ccccaaaallllllll ((((BBBBuuuugggg IIIIDDDD 222255552222666600008888))))
  103.  
  104.             The intrinsic function _i_n_d_e_x(_3_f) was misinterpreted as
  105.             returning integer*2 result and so could give an
  106.             incorrect result, especially when used as an actual
  107.             argument in a function call.  A problem when the
  108.             intrinsic function _i_n_d_e_x(_3_f) did not work when compiled
  109.             with the -_i_8 option was also fixed.
  110.  
  111.             Note that this patch requires patch313 to provide the
  112.             runtime library support for 64bit _i_n_d_e_x(_3_f).  If you
  113.             use _i_n_d_e_x(_3_f) and compile your program with -_i_8 option
  114.             without having _p_a_t_c_h_3_1_3 you will get a linker message
  115.             that _l__i_n_d_x is unresolved.  You should request the TAC
  116.             for patch313 then.
  117.  
  118.        1.4  _S_u_b_s_y_s_t_e_m_s__I_n_c_l_u_d_e_d__i_n__P_a_t_c_h__S_G_0_0_0_0_3_1_5
  119.  
  120.        This patch release includes these subsystems:
  121.  
  122.           +o patchSG0000315.ftn_dev_sw.ftn
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.        1.5  _I_n_s_t_a_l_l_a_t_i_o_n__I_n_s_t_r_u_c_t_i_o_n_s
  141.  
  142.        Because you want to install patches for only the problems
  143.        you have encountered, patch software is not installed by
  144.        default. After reading the descriptions of the bugs fixed in
  145.        this patch, determine the patches that meet your specific
  146.        needs.
  147.  
  148.        Patch software is installed like any other Silicon Graphics
  149.        software product.  Follow the instructions in your _I_R_I_S
  150.        _S_o_f_t_w_a_r_e _I_n_s_t_a_l_l_a_t_i_o_n _G_u_i_d_e to bring up the miniroot form of
  151.        the software installation tools.
  152.  
  153.        Follow these steps to select a patch for installation:
  154.  
  155.          1.  At the Inst>prompt, type
  156.  
  157.              iiiinnnnssssttttaaaallllllll ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  158.  
  159.              where _x_x_x_x_x_x_x is the patch number.
  160.  
  161.          2.  Select the desired patches for installation.
  162.  
  163.          3.  Initiate the installation sequence. Type
  164.  
  165.              IIIInnnnsssstttt>>>> ggggoooo
  166.  
  167.          4.  You may find that two patches have been marked as
  168.              incompatible.  If this occurs, you must deselect one
  169.              of the patches.
  170.  
  171.              IIIInnnnsssstttt>>>> kkkkeeeeeeeepppp ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  172.  
  173.              where _x_x_x_x_x_x_x is the patch number.
  174.  
  175.          5.  After completing the installation process, exit the
  176.              _i_n_s_t program by typing
  177.  
  178.              IIIInnnnsssstttt>>>> qqqquuuuiiiitttt
  179.  
  180.  
  181.        To remove a patch, use the _v_e_r_s_i_o_n_s _r_e_m_o_v_e command as you
  182.        would for any other software subsystem.  The removal process
  183.        reinstates the original version of software unless you have
  184.        specifically removed the patch history from your system.
  185.  
  186.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeee ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  187.  
  188.        where _x_x_x_x_x_x_x is the patch number.
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.        To keep a patch but increase your disk space, use the
  207.        _v_e_r_s_i_o_n_s _r_e_m_o_v_e_h_i_s_t command to remove the patch history.
  208.  
  209.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeeehhhhiiiisssstttt ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  210.  
  211.        where _x_x_x_x_x_x_x is the patch number.
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.